home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Excel 2000 / LearnKey - Excel 2000.iso / setup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-05-18  |  1KB  |  58 lines

  1. object Form2: TForm2
  2.   Left = 517
  3.   Top = 367
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Agreement'
  7.   ClientHeight = 308
  8.   ClientWidth = 440
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 267
  22.     Width = 440
  23.     Height = 41
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Button1: TButton
  28.       Left = 120
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Caption = 'I Agree'
  33.       TabOrder = 0
  34.       OnClick = Button1Click
  35.     end
  36.     object Button2: TButton
  37.       Left = 206
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'I Don'#39't Agree'
  42.       TabOrder = 1
  43.       OnClick = Button2Click
  44.     end
  45.   end
  46.   object RichEdit1: TRichEdit
  47.     Left = 0
  48.     Top = 0
  49.     Width = 440
  50.     Height = 267
  51.     Align = alClient
  52.     Lines.Strings = (
  53.       'RichEdit1')
  54.     ScrollBars = ssBoth
  55.     TabOrder = 1
  56.   end
  57. end
  58.